home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / C64 / I-Info Magazine / (c)i19.d64 / iconedit2 doc (.txt) < prev    next >
GEOS ConVerT  |  2007-02-04  |  11KB  |  138 lines

  1. iconedit2 doc
  2. SEQ formatted GEOS file V1.0
  3. Okidata120
  4. Write Image V1.1
  5. geoWrite    V1.1
  6. (iconEdit v2.0 documentation
  7. @iconEdit v2.0
  8. This program and documentation are released to the public domain by the author.  Permission is granted to copy, modify and distribute free of charge.  This product 
  9. @is not
  10.  for sale.
  11.     If you have comments, constructive criticism, questions (or answers) please leave E-mail for TerryM10 on Quantum Link, or write to me at:
  12.     Terry R. Mullett
  13.     2114 SW 71st Terrace
  14.     Topeka, KS  66619
  15.     Source code for the 
  16. Commodore 64 Macro Assembler Development System 
  17. available on request.
  18. @overview
  19.     A number of fixes and new features make 
  20. @iconEdit v2.0
  21.  superior to its predecessor.  Several tools have been relocated for more convenient operation.  The scroll buttons have been moved away from the edge of the icon subwindow to avoid pressing them accidentally.  Several macro-editing options formerly found on the 
  22. @edit
  23.  submenu are now available full-time as controls on the edit window.  The icon being worked is now grey for less smearing on television and better compatibility with most color schemes, and the border of the icon subwindow is now a broken line rather than solid for less confusion as to where the icon image actually begins.
  24.     The process of drawing in the icon subwindow has also been refined.  You may still toggle a point by clicking on it, but now you can hold down the button and draw or erase lines (after the same manner as the pencil tool in 
  25. GEOPAINT 
  26.     The most substantial addition to the program is the 
  27. @scrap
  28.  option on the 
  29. @edit
  30.  submenu.  This allows you to draw an icon with 
  31. GEOPAINT 
  32. , copy it to a photo scrap, and transfer it via this program to the info sector of a file.
  33.     Throughout this document, the name of an onscreen controls or menu options will appear in boldface, often used as a verb.  In other words, I will say '
  34.  an operation' instead of saying 'click the 
  35.  button'.
  36.     Being the owner of only one disk drive, I did not write this program to support two.  I apologize if this is an inconvenience.  If anyone would like to add that capability, feel free to do so, and please let me see the necessary code fragments.
  37. tton'.
  38.     Being the owner of only one disk drive, I did not write this program to support tw(
  39. @operating instructions
  40.     The first step in the icon editing process is normally to select a file.  The file may either be on the same disk that you loaded 
  41. @iconEdit
  42.  from, or a new one.  This option is found in the menu bar.  You must then provide two pieces of information.  First, do you want to select a file on the 
  43. @same disk
  44.  or on a 
  45. @new disk
  46. ?  Secondly, you must provide the GEOS filetype of the file you are selecting.  (The program will only work on GEOS filetypes, because CBM files do not have an info sector.)  
  47.     After you have made these choices you will be prompted to swap disks (if applicable) and you will be presented with a list of files of the chosen type on the current disk.  At this point, you may either
  48. @ open
  49.  a file,
  50. @ cancel
  51.  the selection operation, or indicate that you want to swap the
  52. @ disk
  53. , by clicking the appropriate button.
  54.     When you have found the file you wish to select, click on its name in the list and then on the 
  55. @open
  56.  button.  The icon for this file is now copied to the icon edit subwindow.  The filename and disk name are remembered for future reference.
  57. @the icon subwindow
  58.     The icon subwindow in the lower right corner of the edit window is you workspace.  The simplest operation you can do is to take the pointer into the subwindow and directly draw or erase.  Clicking on a point will toggle its state.  By holding the button down you may draw or erase a line.  The behavior of the drawing tool is very much like the pencil in 
  59. GEOPAINT 
  60. .  If you start on a point that was on, you will be erasing, while starting on a point that was blank will cause the pointer to draw.  In either case, releasing the button or going outside the subwindow will cancel the operation.
  61.     To the left of the subwindow are the scroll buttons.  You may scroll the image in any one of four directions.  By default the image will "wrap around" as it scrolls.  A control on the lower left corner of the edit window allows you to turn the 
  62. @wrap
  63.  on and off.
  64. @Cancel and Use
  65.     The 
  66.  control will write whatever is in the icon subwindow back to the disk, replacing the old icon for the selected file.  Unlike the earlier version of this program, this version checks to make sure the disk in the drive is the same disk the file was selected from, and will not let you proceed with 
  67.  until you have the proper disk installed.
  68.     To prevent yourself from accidentally writing an experimental doodle to the disk, you may want to 
  69. @Cancel
  70.  your file selection.  This disables 
  71. , but lets you continue to work on the icon you have chosen.  
  72.  can then only be re-enabled by selecting a file again.
  73. y writing an experimenta(
  74. copy and paste
  75.     Essential to experimenting with an icon design is a means of saving a good image and restoring it after you have messed it up.  Use 
  76. @copy
  77. , from the 
  78. @edit 
  79. submenu, to store the current contents of the icon subwindow in a buffer.  
  80. @Paste
  81.  is the reciprocal function; it will overwrite the subwindow contents with the buffer contents.  Use these tools along with 
  82. @Cancel
  83.  and 
  84.     One note of caution: there is only room in the buffer for one icon image, which will be the last one copied.  If you want to keep what you have in the buffer, do not call 
  85. @copy
  86.  again.
  87. @macro editing features
  88.     Several controls located along the left side of the edit window allow for larger scale modification of the icon image.  You may
  89. @ clear
  90.  the image, which will blank it but not turn it off or deselect the file.  That is to say, you may 
  91. @reverse
  92.  the cleared image (make a solid box) just as you can any other image.  You may also make a 
  93. @mirror
  94.  image of the icon, in either the horizontal (
  95. ) or vertical (
  96. ) direction.  All of these except 
  97. @clear
  98.  may be undone by clicking the control again.  The only to recover from 
  99. @clear 
  100. is to use 
  101. @paste
  102.  (assuming you have already used 
  103. @copy
  104. @scrap
  105.     The 
  106. @scrap
  107.  option in the 
  108. @edit
  109.  submenu is among the more powerful features of the editor.  When you choose this function, the disk will be searched for a 
  110. Photo Scrap  
  111. file, which can be created with 
  112. GEOPAINT  
  113. Photo Manager .
  114.   If no scrap file is present, the user will be allerted of this, and then returned to the main loop of the editor.  However, if one is found, then it is displayed in a dialog box almost as large as the screen.  The box is set up to accommodate photo scraps the size of the 
  115. GEOPAINT 
  116. edit window or smaller.  In the upper corner of the photo scrap you will see an icon-size frame the same color as the mouse.  You may move this box to any part of the scrap image by moving the mouse to the upper-left corner of the area and clicking.  Alternately, you can hold the button down and drag the frame to any part of the image.  You are restricted to placing the box within the area actually occupied by the scrap image, so clicking along the bottom or right edge of the scrap will produce no result.
  117.     After selecting a part of the scrap, click 
  118.  to copy it to the icon subwindow.  To abort the whole operation, just 
  119. @Cancel
  120.     Keep in mind that there is normally only one 
  121. Photo Scrap 
  122. image on a disk.  You may want to keep a copy of 
  123. Photo Manager 
  124. on the disk with your editor to organize scraps with potential icon material.
  125. whole operation, jus(
  126. @the future
  127.     The likelihood of future updates to this editor depend largely on user response.  Let me know if there is something you would like to see included, and if it can be done with the resources available to me, it may become a part of a new version.  Some things I have considered myself are:
  128.     1)  Icon albums
  129.     2) a 
  130. @geos
  131.  menu for desk accessory access
  132.     3) macro-editing functions for sections of the icon subwindow
  133.     And, of course, I encourage any of the great minds out there to improve on my efforts.
  134.                                                                               
  135. Stay well
  136.                                                                               TerryM10
  137. urage any of the g
  138.